FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package ee.fhir.mpi#1.1.1 (78 ms)

Package ee.fhir.mpi
Type OperationDefinition
Id Id
FHIR Version R5
Source https://fhir.ee/mpi/https://fhir.ee/packages/mpi/1.1.1/site/OperationDefinition-patient-legal-guardian.html
Url https://fhir.ee/mpi/OperationDefinition/patient-legal-guardian
Version 1.1.1
Status active
Date 2023-03-26T15:21:02+11:00
Name EEMPIPatientLegalGuardianStatus
Title Patient Legal Guardians
Experimental False
Realm ee
Description The list of legal guardians specified in the Population Register.
Type true
Kind operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition patient-legal-guardian

URL: [base]/Patient/$legal-guardian

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient1..1Reference (Patient)

A direct resource reference to the patient resource.

INlegal-status1..1string

In what legal status related persons are returned. Supported SNOMED codes: 365569001 - Finding of wardship, 58626002 - Legal guardian (https://fhir.ee/ImplementationGuide/mpi/ValueSet-guardian-status.html)

INnocache0..1boolean

Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default false.

OUTreturn1..1Bundle

Returns Bundle (with type 'collection') with Observation instances.


Source

{
  "resourceType" : "OperationDefinition",
  "id" : "patient-legal-guardian",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition patient-legal-guardian</b></p><a name=\"patient-legal-guardian\"> </a><a name=\"hcpatient-legal-guardian\"> </a><a name=\"patient-legal-guardian-en-US\"> </a><p>URL: [base]/Patient/$legal-guardian</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patient</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/references.html#Reference\">Reference</a> (<a href=\"http://hl7.org/fhir/R5/patient.html\" title=\"http://hl7.org/fhir/StructureDefinition/Patient\">Patient</a>)</td><td/><td><div><p>A direct resource reference to the patient resource.</p>\n</div></td></tr><tr><td>IN</td><td>legal-status</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>In what legal status related persons are returned. Supported SNOMED codes: 365569001 - Finding of wardship, 58626002 - Legal guardian (https://fhir.ee/ImplementationGuide/mpi/ValueSet-guardian-status.html)</p>\n</div></td></tr><tr><td>IN</td><td>nocache</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default <em>false</em>.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Returns Bundle (with type 'collection') with Observation instances.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "https://fhir.ee/mpi/OperationDefinition/patient-legal-guardian",
  "version" : "1.1.1",
  "name" : "EEMPIPatientLegalGuardianStatus",
  "title" : "Patient Legal Guardians",
  "status" : "active",
  "kind" : "operation",
  "experimental" : false,
  "date" : "2023-03-26T15:21:02+11:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tehik.ee"
        }
      ]
    }
  ],
  "description" : "The list of legal guardians specified in the Population Register.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "affectsState" : false,
  "code" : "legal-guardian",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "patient",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "A direct resource reference to the patient resource.",
      "type" : "Reference",
      "targetProfile" : [
        "http://hl7.org/fhir/StructureDefinition/Patient"
      ]
    },
    {
      "name" : "legal-status",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "In what legal status related persons are returned. Supported SNOMED codes: 365569001 - Finding of wardship, 58626002 - Legal guardian (https://fhir.ee/ImplementationGuide/mpi/ValueSet-guardian-status.html)",
      "type" : "string"
    },
    {
      "name" : "nocache",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*.",
      "type" : "boolean"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Returns Bundle (with type 'collection') with Observation instances.",
      "type" : "Bundle"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.